home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 78 / CD-ROM 78.iso / Entrete / clickme / ClickME.exe / 0 / RCDATA / TFORM3 / TFORM3.txt < prev   
Encoding:
Text File  |  2001-03-29  |  3.5 KB  |  187 lines

  1. object Form3: TForm3
  2.   Left = 415
  3.   Top = 137
  4.   Anchors = []
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 321
  8.   ClientWidth = 290
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   FormStyle = fsStayOnTop
  12.   OldCreateOrder = True
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 24
  18.     Top = 41
  19.     Width = 109
  20.     Height = 14
  21.     Caption = 'Nome do jogador'
  22.     Font.Charset = ANSI_CHARSET
  23.     Font.Color = clWindowText
  24.     Font.Height = -12
  25.     Font.Name = 'Verdana'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 155
  31.     Top = 41
  32.     Width = 51
  33.     Height = 14
  34.     Caption = 'Recorde'
  35.     Font.Charset = ANSI_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -12
  38.     Font.Name = 'Verdana'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object Label3: TLabel
  43.     Left = 222
  44.     Top = 41
  45.     Width = 47
  46.     Height = 14
  47.     Caption = 'Clicks/s'
  48.     Font.Charset = ANSI_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -12
  51.     Font.Name = 'Verdana'
  52.     Font.Style = []
  53.     ParentFont = False
  54.   end
  55.   object Bevel1: TBevel
  56.     Left = 84
  57.     Top = 8
  58.     Width = 118
  59.     Height = 23
  60.     Style = bsRaised
  61.   end
  62.   object Label4: TLabel
  63.     Left = 90
  64.     Top = 10
  65.     Width = 105
  66.     Height = 18
  67.     Caption = 'Placar geral'
  68.     Font.Charset = ANSI_CHARSET
  69.     Font.Color = clWindowText
  70.     Font.Height = -16
  71.     Font.Name = 'Verdana'
  72.     Font.Style = [fsBold]
  73.     ParentFont = False
  74.     Transparent = True
  75.   end
  76.   object Bevel2: TBevel
  77.     Left = 0
  78.     Top = 0
  79.     Width = 290
  80.     Height = 321
  81.     Style = bsRaised
  82.   end
  83.   object Bevel3: TBevel
  84.     Left = 20
  85.     Top = 8
  86.     Width = 254
  87.     Height = 306
  88.     Style = bsRaised
  89.     Visible = False
  90.   end
  91.   object Bevel4: TBevel
  92.     Left = 33
  93.     Top = 24
  94.     Width = 227
  95.     Height = 282
  96.     Visible = False
  97.   end
  98.   object Image1: TImage
  99.     Left = 34
  100.     Top = 304
  101.     Width = 226
  102.     Height = 1
  103.     Picture.Data = {<image000.jpg>}
  104.     Visible = False
  105.   end
  106.   object Button1: TButton
  107.     Left = 360
  108.     Top = 192
  109.     Width = 73
  110.     Height = 41
  111.     Caption = 'Button1'
  112.     TabOrder = 1
  113.     Visible = False
  114.     OnClick = Button1Click
  115.   end
  116.   object StringGrid1: TStringGrid
  117.     Left = 16
  118.     Top = 59
  119.     Width = 259
  120.     Height = 240
  121.     TabStop = False
  122.     Anchors = []
  123.     BiDiMode = bdLeftToRight
  124.     Color = clBlack
  125.     ColCount = 3
  126.     DefaultColWidth = 83
  127.     DefaultRowHeight = 22
  128.     DragKind = dkDock
  129.     Enabled = False
  130.     FixedCols = 0
  131.     RowCount = 10
  132.     FixedRows = 0
  133.     Font.Charset = ANSI_CHARSET
  134.     Font.Color = clWhite
  135.     Font.Height = -11
  136.     Font.Name = 'Verdana'
  137.     Font.Style = []
  138.     GridLineWidth = 0
  139.     Options = [goRowSelect]
  140.     ParentBiDiMode = False
  141.     ParentFont = False
  142.     ParentShowHint = False
  143.     ScrollBars = ssNone
  144.     ShowHint = False
  145.     TabOrder = 0
  146.     ColWidths = (
  147.       150
  148.       70
  149.       36)
  150.   end
  151.   object Memo1: TMemo
  152.     Left = 34
  153.     Top = 25
  154.     Width = 225
  155.     Height = 0
  156.     Alignment = taCenter
  157.     BorderStyle = bsNone
  158.     Color = clBlack
  159.     Font.Charset = DEFAULT_CHARSET
  160.     Font.Color = clWhite
  161.     Font.Height = -11
  162.     Font.Name = 'Verdana'
  163.     Font.Style = []
  164.     Lines.Strings = (
  165.       'Beta Testers:'
  166.       ''
  167.       'Killer_Djou'
  168.       '|Be|Os|'
  169.       'Magrao-'
  170.       'Comunistadoido'
  171.       'GamezFull'
  172.       ''
  173.       '#Manutencao'
  174.       '')
  175.     ParentFont = False
  176.     TabOrder = 2
  177.     WordWrap = False
  178.   end
  179.   object Timer1: TTimer
  180.     Enabled = False
  181.     Interval = 10
  182.     OnTimer = Timer1Timer
  183.     Left = 65528
  184.     Top = 24
  185.   end
  186. end
  187.